ip-group-set-member
This command configures the IP Group Set Member Table, which lets you assign IP Groups to IP Group Sets. The table is a child of the IP Group Set table.
Syntax
(config-voip)# sbc routing ip-group-set <Index> (ip-group-set-<Index>)# ip-group-set-member <Index> (ip-group-set-member-<Index>/<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
ip-group-name |
Assigns an IP Group to the IP Group Set. |
weight {1-9} |
Defines the weight of the IP Group. |
Command Mode
Privileged User
Example
This example configures an IP Group Set Member with IP Group "SIP-Trunk":
(config-voip)# sbc routing ip-group-set 0 (ip-group-set-0)# ip-group-set-member 1 (ip-group-set-member-0/1)# ip-group-name SIP-Trunk (ip-group-set-member-0/1)# weight 9 (ip-group-set-member-0/1)# activate